From: Tianling Shen Date: Fri, 31 Mar 2023 20:30:18 +0000 (+0800) Subject: CI: update remaining outdated dependencies X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=568782ca976c5bd947f7cf4898972d97f5da9905;p=project%2Fluci.git CI: update remaining outdated dependencies Ref: 63a5e3dcfc5e ("CI: update dependencies") Signed-off-by: Tianling Shen --- diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 25609174e8..b3f824c524 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/jsdoc.yml b/.github/workflows/jsdoc.yml index b67956ad18..254e3e6c38 100644 --- a/.github/workflows/jsdoc.yml +++ b/.github/workflows/jsdoc.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install run: npm install @@ -20,7 +20,7 @@ jobs: run: npm run doc - name: Archive docs as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: docs path: ./docs/